/*清除页面所有图片的默认边框1*/
img { border:none;}
/*去除ol、ul、li的默认样式*/
ol,ul,li { list-style-type:none;}
/*设置表单等项目的默认字体大小*/
/*字体*/
em { font-style:normal;}
/* 其它需要用到的字体大小 */

/*文本对齐样式*/
.center { margin:0px auto;}
/*添加鼠标悬浮显示手的形状*/
.hand { cursor:pointer;}

/*隐藏元素*/
.hide {	display:none;}
/*解决IE6双边距加倍错误*/
.inline { _display:inline;}

/* 页面其他用到效果
-------------------------------------------------------------- */

#banner7 { width:100%; height:449px; position:relative; overflow:hidden; z-index:1;}
ul.bannerimg7 { width:100%; height:449px; position:relative;}
ul.bannerimg7 li { width:100%; height:449px; position:absolute; z-index:4; left:0px; top:0px;}
ul.bannerimg7 li a { display:block; width:100%; height:449px;}

.bannerNum7 { display:none;}
.btns7 { width:235px; height:30px; position:absolute; z-index:5; left:50%; bottom:0px; margin-left:-620px;}
.btns7 span { width:145px; height:30px; float:left; color:#fff; font-family:Constantia,Georgia; font-size:16px; text-align:right; display:none;}
.btns7 span em { font-size:20px; font-style:normal; display:none;}
.btns7 a { display:block; width:34px; height:30px; float:right; margin-left:1px; background:url(../images/bannerbtn.gif) no-repeat; overflow:hidden; cursor:pointer;}
.btns7 a.BtnPrev7 { background-position:0px 0px;}
.btns7 a.BtnNext7 { background-position:-35px 0px;}



